/*  blog detail */

.blog__detail {
    font-size: 1.4rem;
    line-height: 25px;
}
.blog__detail-title {
    font-size: 3rem;
}
.blog__detail-more img {
    max-width: 100%;
    height: auto !important;
}
/*  end blog detail */

/* another blog */
.another__blogs {
}
.another__blogs-title {
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2.5px;
    border-bottom: solid 1px var(--border-light-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.another__blog-item {
    margin-bottom: 30px;
    /* overflow: hidden; */
}
.another__blog-item > div {
    /* max-width: 200px; */
    overflow: hidden;
    max-height: 137px;
}
.another__blog-item a img {
    /* width: calc(800 / 4); */
    /* height: auto; */
    object-fit: contain;
}

.another__blog-item-title {
    font-size: 1.3rem;
    color: var(--text-color);
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: bold;
}
.another__blog-item-title a {
    color: var(--black-color);
}
.another__blog-item-title a:hover {
    text-decoration: underline;
}
/* end another blog */

/* responesive */
@media (min-width: 740px) {
    .another__blog-item {
        margin-bottom: 0px;
    }
}

@media (min-width: 1113px) {
}
